LongPreference

public final class LongPreference implements ReadWriteProperty<Any, Long>

Functions

getDefaultValue
Link copied to clipboard
final Long getDefaultValue()
getName
Link copied to clipboard
final String getName()
getPreferences
Link copied to clipboard
final Lazy<SharedPreferencesgetPreferences()
getValue
Link copied to clipboard
Long getValue(Object thisRef, KProperty<?> property)
setValue
Link copied to clipboard
Unit setValue(Object thisRef, KProperty<?> property, Long value)

Properties

defaultValue
Link copied to clipboard
private final Long defaultValue
name
Link copied to clipboard
private final String name
preferences
Link copied to clipboard
private final Lazy<SharedPreferencespreferences